GetAllTimeSamplingProfileResponse

data class GetAllTimeSamplingProfileResponse(profile: SamplingProfile)

Represents response frame that is returned from Memory#getAllTimeSamplingProfile operation call. Retrieve native memory allocations profile collected since renderer process startup.

See also

Constructors

GetAllTimeSamplingProfileResponse
Link copied to clipboard
fun GetAllTimeSamplingProfileResponse(profile: SamplingProfile)

Properties

profile
Link copied to clipboard
val profile: SamplingProfile

Sources

jvm source
Link copied to clipboard